-
Re: Microsoft Font Validator lives!
@"John Hudson", CSS, just like other client implementations, used to make a lot of naive assumptions about aspects of the OpenType spec, and probably still does. Quite obviously, CSS lifted…1 -
Re: Introducing Trufont, World’s First Native UFO3 Font Editor (& fully cross-platform)
In the font editor market (as in many others), there has been a long line of one app serving as a prototype to another. Altsys Fontographer served as a base for RoboFog, and later evolved into Macrom…6 -
Re: OpenType Salt Feature
When I develop OpenType features, I typically pair ssXX and salt as this: feature ss01 { sub a by a.ss01; sub b by b.ss01; } ss01; feature ss02 { sub b by b.ss02; } ss02; feature ss03 { sub a by a.ss…4 -
Re: OpenType Salt Feature
In Illustrator, only the first enumerated variant (equivalent to ss01) will be accessible through the "salt" toggle in the OpenType palette. The other variants will be only available via th…4 -
Re: Font Convertor
Your best bet for .otf/.ttf is fontTools/TTX https://github.com/behdad/fonttools/ 1. Download https://github.com/behdad/fonttools/archive/master.zip 2. Follow the instructions for fontTools given on …3